﻿/* 内页样式 */
/* 柠檬 */
.ban {
    height: 648px;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.g-cur {
    height: 40px;
    line-height: 40px;
    background: #f3f3f3;
}

.g-cur .wp {
    box-sizing: border-box;
}

.g-cur .wp a {
    color: #2f2f2f;
}

.g-cur .wp i {
    font-size: 20px;
    color: #2b70bb;
    margin-right: 6px;
    float: left;
}

.g-cur .wp a:hover {
    color: #2b70bb;
}

.row-b1 {
    overflow: hidden;
    padding: 20px 0 56px;
}

.row-b1 .col-l {
    width: 264px;
}

.row-b1 .col-r {
    float: none;
    margin-left: 300px;
}

.g-titIns1 {
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #545454;
    border-bottom: 1px solid #ebebeb;
    font-weight: normal;
    position: relative;
}

.g-titIns1::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #2b70bb;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.snv {
    padding-top: 12px;
    margin-bottom: 30px;
}

.snv li {
    line-height: 44px;
}

.snv>li>span {
    width: 6px;
    height: 7px;
    font-size: 10px;
    color: #2b70bb;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.snv li a {
    height: 44px;
    line-height: 44px;
    display: block;
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}

.snv li a:hover,
.snv li.on a {
    color: #2b70bb;
}

.snv .sub {
    padding-bottom: 10px;
    display: none;
}

.snv .sub dd {
    text-indent: 16px;
}

.snv .sub>dd>a>span {
    width: 6px;
    height: 7px;
    font-size: 10px;
    color: #2b70bb;
    margin-right: 10px;
}

.snv .sub>dd>a {
    color: #000;
}

.snv .sub dd.on a {
    color: #2b70bb;
}

.ul-newslist {
    margin-bottom: 30px;
}

.ul-newslist li {
    border-bottom: #dddddd 1px dotted;
}

.ul-newslist li a {
    font-size: 14px;
    padding: 20px 0;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ul-newslist li a:hover {
    color: #2b70bb;
}

.ul-newslist li .tit {
    overflow: hidden;
}

.ul-newslist li .tit .time {
    float: right;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
}

.m-content .ul-newslist li .tit a {
    padding: 0;
}

.ul-news-1 li .tit a {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ul-news-1 li .tit h3 a>span {
    width: 6px;
    font-size: 10px;
    vertical-align: middle;
    margin-right: 14px;
    color: #2b70bb;
}

.m-content .ul-news-1 li .txt {
    margin-bottom: 10px;
}

.ul-news-1 li>span {
    float: right;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

.ul-news-1 li a:hover {
    color: #2b70bb;
}

.ul-news-1 li .txt {
    margin-top: 15px;
}

.ul-news-1 li .txt p {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.ul-news-1 li {
    font-size: 14px;
    padding: 20px 0;
    border-bottom: #dddddd 1px dotted;
}

.m-info p {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #2f2f22;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.m-info {
    padding: 15px 0;
}

.m-content {
    margin: 15px 0;
}

.m-about {
    line-height: 28px;
    color: #2f2f2f;
    font-size: 14px;
    padding-top: 22px;
}

.m-content.m0 {
    margin: 0;
}

#message {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transform: scale(0);
    transition: .3s;
}

.messagebg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1001;
}

#message .m-content {
    margin-top: 10%;
}

#message .m-content .m-message {
    background: #fff;
    width: 580px;
    background: #fff;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.m-message {
	padding-right: 5%;
	float: left;
    width: 50%;
    margin: 48px auto 0;
	border-right: 1px solid #878787;
}
.m-message1 {
	padding-left: 5%;
	float: right;
    width: 50%;
    margin: 48px auto 0;
}


.m-message label {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
}

.m-message label em {
    display: block;
    float: right;
    color: red;
    height: 32px;
    line-height: 32px;
}

.m-message label span {
    width: 70px;
    height: 34px;
    line-height: 34px;
    color: #2F2F2F;
    float: left;
    font-weight: bold;
    text-align: right;
    margin-right: 30px;
    display: inline-block;
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
    width: 77%;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    border: #cccccc 1px solid;
    border-radius: 3px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.m-message label input.inp2
{
    width: 55%;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    border: #cccccc 1px solid;
    border-radius: 3px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}





.m-message label input:focus,
.m-message label textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
}

.m-message label textarea {
    height: 120px;
    line-height: 24px;
    padding: 10px 14px;
}

.m-message label.code {
    line-height: 34px;
    overflow: hidden;
}

.m-message label.code input {
    width: 30%;
    float: left;
    margin-right: 30px;
}

.m-message label.code .pic {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 32px;
}

.m-message label.code img {
    display: block;
    width: 100%;
    height: 100%;
}

.btn-1 input {
    width: 52px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    border: none;
    color: #333;
    margin-right: 22px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-1 {
    padding-left: 100px;
}

.btn-1 input.focus {
    background: #2b70bb;
    color: #fff;
}

.btn-1 input.focus:hover {
    background: #444;
}

.btn-1 input:hover {
    background: #ccc;
}

.g-titInfo {
    height: 34px;
    line-height: 34px;
    color: #434343;
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
}

.txt-6 {
    margin-top: 20px;
}

.txt-6 .info {
    text-align: center;
    margin-bottom: 20px;
}

.txt-6 .info span {
    display: block;
    font-size: 14px;
    margin: 0 10px;
}

.txt-6 .txt {
    line-height: 28px;
    color: #2f2f2f;
    font-size: 14px;
}

.m-txt3 {
    margin-top: 10px;
}

.m-txt3 .desc {
    padding-left: 20px;
    margin-bottom: 15px;
    height: 36px;
    line-height: 36px;
    color: #868686;
    font-size: 14px;
    background-color: #f5f5f5;
    border: 1px dotted #e5e5e5;
}

.m-txt3 .desc p a {
    color: #868686;
}

.m-txt3 .desc p a:hover {
    color: #2b70bb;
}

.m-txt3 .tabel {
    overflow: hidden;
    color: #5a5a5a;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    font-size: 14px;
}

.m-txt3 .tabel span {
    float: left;
    height: 42px;
    line-height: 42px;
    margin-right: 10px;
}

.m-txt3 .tabel ul {
    overflow: hidden;
}

.m-txt3 .tabel li {
    float: left;
}

.m-txt3 .tabel li a {
    display: block;
    margin-right: 10px;
    height: 42px;
    line-height: 42px;
}

.m-txt3 .tabel li a:hover {
    color: #2b70bb;
}

/*******************************
    -------[=产品列表]-------
********************************/
.m_chanpin {
    margin-bottom: 30px;
}

.m_chanpin .desc {
    padding: 10px;
    margin-top: 20px;
    line-height: 24px;
    text-indent: 2em;
    font-size: 14px;
    border: 1px dotted #e5e5e5;
    color: #868686;
    background-color: #f5f5f5;
}

.ul-imgtxt-01 {
    overflow: hidden;
    margin: 55px -10px 0;
}

.ul-imgtxt-01 li {
    width: 25%;
    float: left;
    margin-top: 20px;
}

.ul-imgtxt-01 li a {
    border: 1px solid #b9a7a7;
    margin: 0 10px;
    display: block;
    text-align: center;
}

.ul-imgtxt-01 li a:hover {
    border: 1px solid #46a6ec;
}

.ul-imgtxt-01 li a .pic {
    padding-top: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.ul-imgtxt-01 li a .pic img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.ul-imgtxt-01 li a:hover .pic img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.ul-imgtxt-01 li a p {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #434343;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}

.ul-imgtxt-01 li a:hover {
    text-decoration: none;
}

.ul-imgtxt-01 li a:hover p {
    color: #2b70bb;
    text-decoration: none;
}

.ul-imgtxt2 {
    margin-top: 0;
}

.ul-imgtxt2 li {
    width: 33.33%;
}

.ul-imgtxt2 li a {
    border: 0;
}

.ul-imgtxt2 li .pic {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
}

.ul-imgtxt2 li a p {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
}

.ul-imgtxt2 li a:hover {
    border: 0;
}

/*******************************
    -------[=产品详情]-------
********************************/

/*产品详情图片*/
.pc-slide {
    width: 100%;
    margin: 0 auto;
}

.view .swiper-slide .imgauto {
    width: 100%;
    height: 450px;
    line-height: 350px;
}

.view .swiper-container {
    width: 100%;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    width: 80%;
    margin: 0 10%;
    overflow: hidden;
}

.preview .swiper-slide {
    width: 110px;
    padding: 5px;
}

.preview .swiper-slide .imgauto {
    width: 100%;
    height: 80px;
    line-height: 78px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 0;
}

.preview .swiper-slide .imgauto img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    padding: 5px;
}

.preview .slide6 {
    width: 82px;
}

.preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
}

.preview .active-nav .imgauto {
    border: 1px solid #2b70bb;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.work_list {
    width: 100%;
    padding-top: 12px;
    margin-bottom: 20px;
}

.work_list h3 {
    line-height: 44px;
    background: url(../images/icon12.png) 95% center no-repeat;

    background-size: auto 10px;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    float: left;
    font-weight: normal;
}

.work_list h3 a {
    float: left;
    line-height: 44px;
    color: #666;
    font-size: 14px;
    text-indent: 0;
    padding-left: 5px;
    font-weight: normal;
}

.work_list h3.on span,
.work_list h3.on a {
    color: #2b70bb;
}

.work_list h3 span {
    float: left;
    font-size: 12px;
}

.work_list ul {
    display: none;
    float: left;
    width: 100%;
}

.work_list li {
    background: url(../images/icon12.png) 18px 15px no-repeat;
    text-indent: 10px;
    display: block;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    line-height: 42px;
    background-size: 5px;
}

.work_list li a {
    display: block;
    color: #666;
    font-size: 14px;
    text-indent: 0;
    padding-left: 30px;
}

.work_list li.on span,
.work_list li.on a {
    color: #2b70bb;
}

.work_list li span {
    float: left;
    font-size: 12px;
    padding: 0 10px;
}

.m-list1 {
    overflow: hidden;
    padding: 14px 0 25px;
    border-bottom: 1px dotted #a9a9a9;
}

/* .m-pic1 {
    float: left;
    width: 43%;
} */

.m-pic1 .view .swiper-slide {
    padding: 0 1px;
}

.m-pic1-for {
    margin-bottom: 10px;
}

.m-pic1-for .item {
    height: 290px;
    cursor: pointer;
}

.m-pic1-for .item img {
    width: 100%;
    height: 100%;
    display: block;
}

.m-pic1-for .item:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.m-pic1 .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    overflow: hidden;
    cursor: pointer;
    width: 32px;
    height: 32px;
    font-size: 0;
    line-height: 0;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 16px;
    -ms-background-size: auto 16px;
    -moz-background-size: auto 16px;
    -webkit-background-size: auto 16px;
    background-size: auto 16px;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
    outline: 0;
    border-radius: 50%;
    opacity: 0.2;
}

.m-pic1 .slick-prev {
    left: 2%;
    background-image: url(../images/prev.png);
}

.m-pic1 .slick-next {
    right: 2%;
    background-image: url(../images/next.png);
}

.m-pic1-nav {
    text-align: center;
}

.m-pic1-nav .item {
    width: 40px !important;
    height: 32px;
    padding: 2px;
    border: 1px solid #5280dd;
    margin: 0 2px;
    display: inline-block !important;
    float: none !important;
}

.m-pic1-nav .item img {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.m-txt1 {
    overflow: hidden;
    padding-left: 38px;
}

.m-txt1 h3 {
    font-size: 16px;
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px dotted #a9a9a9;
}

.m-txt1 .txt {
    margin-right: 100px;
}

.m-txt1 .txt p {
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #2f2f2f;
}

.m-txt1 .btn {
    display: block;
    width: 98px;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    background-color: #2b70bb;
    color: #fff;
}

.m-txt1 .btn:hover {
    background-color: #444;
}

.m-txt1 .btn span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/icon4.png);
}

.m-txt2 {
    margin-top: 8px;
}

.m-txt2 p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
}

.pages {
    overflow: hidden;
    margin: 15px 0;
}

.pages li {
    width: 50%;
    float: left;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pages li:last-child {
    text-align: right;
}

.pages li a {
    color: #333;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    font-size: 14px;

}

.pages li a:hover {
    color: #2b70bb;
    text-decoration: underline;
}

.m-list3 {
    padding: 25px 0 0;
}

.ul-link2 {
    overflow: hidden;
    margin-top: 20px;
}

.ul-link2 li {
    float: left;
    margin-bottom: 20px;
}

.ul-link2 li a {
    height: 22px;
    line-height: 22px;
    display: block;
    margin-right: 17px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ul-link2 li a:hover {
    color: #2b70bb;
}

.ul-news1 {
    overflow: hidden;
    /* margin: 0 -10px; */
}

.ul-news1 li {
    float: left;
    width: 50%;
    padding: 0;
}

.ul-news1 li .tit {
    margin: 0 10px;
}

.ul-news1 .tit span.time {
    float: right;
}

/* 分页 */
.g-pages {
    text-align: center;
    font-size: 0;
    margin: 20px 0;
}

.g-pages li {
    display: inline-block;
}

.g-pages li a {
    display: block;
    padding: 0 9px;
    margin: 0 2px;
    border: 1px solid #dbdbdb;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
}

.g-pages li.on a,
.g-pages li a:hover {
    background-color: #2b70bb;
    border: 1px solid #2b70bb;
    color: #fff;
}

.g-tit3 {
    padding-bottom: 10px;
    font-size: 16px;
    color: #2b70bb;
    border-bottom: 1px solid #2b70bb;
}

.g-tit3 span {
    font-weight: 400;
    color: #999;
    text-transform: uppercase;
}

/* 放大镜 */

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

div.zoomMask {
    position: absolute;
    background: url(../images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.yunu-showcase {
    margin-bottom: 30px;
}

.yunu-showcase-pic {
    position: relative;
    width: 100%;
    overflow: hidden;
    float: left;
}

.yunu-showcase-pic .bd {
    font-size: 0;
    margin-top: 13px;
    overflow: hidden;
}

.yunu-showcase-pic .bd li {
    height: 75px;
    line-height: 75px;
    cursor: pointer;
    display: inline-block;
    width: 99px;
    border: 1px solid #ddd;
    padding: 1px;
    margin: 0 5px;
}

.yunu-showcase-pic .bd li.active {
    border-color: #2b70bb;
}

.yunu-showcase-pic .prev,
.yunu-showcase-pic .next {
    position: absolute;
    background: no-repeat 0 0;
    width: 14px;
    height: 27px;
    bottom: 26px;
    z-index: 2;
}

.yunu-showcase-pic .prev {
    background-image: url(../images/zlztdetailscon1btn01.png);
    left: 0;
}

.yunu-showcase-pic .next {
    background-image: url(../images/zlztdetailscon1btn02.png);
    right: 0;
}

.yunu-showcase-pic .prev:hover,
.yunu-showcase-pic .next:hover {
    background-position: 0 bottom;
}

.yunu-showcase-pic .cover {
    height: 300px;
    line-height: 300px;
    border: 1px solid #ddd;
    padding: 1px;
}

.yunu-showcase-info {
    float: right;
    width: 500px;
}

.yunu-showcase-info h1 {
    margin: 0 0 15px;
    font-size: 20px;
    overflow: hidden;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.yunu-showcase-info p {
    margin: 0;
    color: #666;
    line-height: 2;
}

.yunu-showcase-info .tel {
    border-top: 2px solid #e6e6e6;
    margin-top: 15px;
    padding-top: 15px;
    background: url(../images/viskins-p1.png) no-repeat 0 15px;
    height: 42px;
    padding-left: 50px;
    line-height: 21px;
}

.yunu-showcase-info .tel a {
    float: right;
    line-height: 42px;
    padding: 0 15px;
    background-color: #c80003;
    color: #fff;
}

.yunu-showcase-info .tel span {
    display: block;
    color: #c80003;
    font-size: 18px;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

div.zoomDiv img {
    max-width: none;
}

div.zoomMask {
    position: absolute;
    background: url(../images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.img-center {
    text-align: center;
    font-size: 0;
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.m_pic_showpic {
    display: none;
}

.m_showpic img {
    display: block;
    max-width: 100%;
}

.m-list1 {
    overflow: hidden;
    padding: 14px 0 25px;
    border-bottom: 1px dotted #a9a9a9;
}

.m-pic1 {
    float: left;
    width: 546px;
}

/* 放大镜 End */

/* 案例 */
.ul-imgtxt-2 {
    margin: 0 -10px;
}

.ul-imgtxt-2 li {
    width: 33.33%;
	float: left;
    margin-bottom: 20px;
}

.ul-imgtxt-2 li a {
    margin: 0 10px;
    display: block;
    text-align: center;
}

.ul-imgtxt-2 li a:hover {
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2);
}

.ul-imgtxt-2 li a .pic {
    padding-top: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.ul-imgtxt-2 li a .pic img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.ul-imgtxt-2 li a:hover .pic img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.ul-imgtxt-2 li a p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}

.ul-imgtxt-2 li a:hover {
    text-decoration: none;
}

.ul-imgtxt-2 li a:hover p {
    background-color: #2b70bb;
    color: #fff;
}

/*
-----------------[相册详情]--------------*/

.m-list03 {
    margin-top: 30px;
    padding: 26px 10px 10px;
    border: 1px solid #ddd;
    background-color: #f0f0f0;
}

.m-list03 .con {
    margin-bottom: 10px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.m-list03 .box {
    padding: 26px 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.m-list03 .con .pic {
    height: 450px;
    line-height: 450px;
    overflow: hidden;
    text-align: center;
}

.m-list03 .con .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.m-list03 .box .txt h3 {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 30px;
    font-size: 22px;
    color: #2b70bb;
}

.ul-txt01 {
    overflow: hidden;
    padding-left: 23px;
    /* background: url(../images/source.gif) left center no-repeat; */
}

.ul-txt01 li {
    float: left;
    margin-right: 4px;
    font-size: 14px;
    color: #505050;
    font-family: "microsoft yahei", Verdana, Arial;
}

.ul-txt01 li a {
    font-size: 12px;
}

.ul-txt01 li a:hover {
    color: #2b70bb;
}

.fl {
    overflow: hidden;
}

.fl li {
    width: 50%;
    float: left;
}

.fl li span {
    margin-right: 20px;
}

.fl li .tit h3 {
    font-weight: normal;
}